Hata
24.06.2014 - 01:54
projemde
StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder()
.detectAll()
.penaltyLog()
.penaltyDialog()
.build());
StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder().detectAll()
.penaltyLog()
.build());
kodlarını yazmama rağmen "has violated its self-enforced strictmode policy" hatası alıyorum bilenlerden yardım lütfen
7
Görüntülenme
0 Beğeni